home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 May
/
Chip_2003-05_cd1.bin
/
oddech
/
flashgame
/
veonix.swf
/
scripts
/
DefineButton2_4
/
BUTTONCONDACTION on(keyPress P).as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-03-14
|
175 b
|
9 lines
on(keyPress "P"){
if(bloccoshift == 0)
{
setProperty(scrittapausa2, _visible, true);
framepausa = _root._currentframe;
gotoAndPlay(89);
}
}